Overload List

  Name Description
Public method ContainsKey(Object)

Returns a value that indicates whether the indexed collection contains an item with the given key value.

Implements IIndexScanner(T).ContainsKey(object)

(Inherited from Index<(Of <(<'T>)>)>.)
Public method ContainsKey(TKey)
Returns a value that indicates whether the collection contains an item with the given key value.

See Also